Skip to content

Instantly share code, notes, and snippets.

@mynk322
mynk322 / README.md
Created July 14, 2026 11:34
zsh_functions

🛠️ Zsh Terminal Toolkit

13 custom zsh functions that make the macOS terminal dramatically more productive — one-step git, instant JSON formatting, a phone-friendly file server, timers, todo lists, and more. No frameworks, no plugin managers, just plain readable shell functions.

Full write-up: [link to your Medium article]

Install (30 seconds)

# 1. Download the functions file
@Jekins
Jekins / Markdown-docs.md
Last active July 28, 2026 21:33
Руководство по оформлению Markdown файлов

Руководство по оформлению Markdown файлов

Markdown - это облегчённый язык разметки, который преобразует текст в структурированный HTML. Следующее руководство поможет вам разобраться, как использовать Markdown.

Заголовки

# Заголовок первого уровня
## Заголовок второго уровня
### Заголовок третьего уровня
#### Заголовок четвёртого уровня
##### Заголовок пятого уровня
@olivertappin
olivertappin / eof-line.md
Last active July 28, 2026 21:25
Why You Should Always End Files With a Newline (EOF Line)

📄 Why You Should Always End Files With a Newline

One of the most common (and often misunderstood) code review comments is:

“Please add a newline at the end of the file.”

In GitHub, you’ll see a little "⛔ no entry" icon at the end of a file when this is missing. This Gist explains why it matters, when it's necessary, and how to fix or automate it in your editor or workflow.


@ijsf
ijsf / linux-ltfs-tape-drive-archival-guidelines.md
Last active July 28, 2026 21:25
Linux / LTFS / Tape Drive archival guidelines

Linux / LTFS / Tape Drive archival guidelines

This short guide is a quick rundown on how to set up a Linux system with the necessary drivers and tools to reliably use any HPE LTO tape drive with LTFS for home or semi-professional file archival purposes.

Quick recap for users hoping to use Windows:

There is no hope. The current state of affairs of LTO tape drive support on Windows 10 and up is so poor, that by the time you get it all working, it might no longer work effectively after a single reboot with yet another update of some kind. All in all, Microsoft has permanently broken the Windows CopyFile API for sequential access since 22H2, disabling updates is very difficult, Windows Defender interferes with file access, and Microsoft and OEM drivers for SAS/SCSI controllers are extremely outdated. Just don't do it.

Instead, as expected, we rely on open-source and *nix instead.

@jduerr
jduerr / gnome-transparent-sidebar.css
Last active July 28, 2026 21:24 — forked from albertgoss/gnome-transparent-sidebar.css
Make Gnome applications sidebar semi-transparent, and add blur with Blur My Shell Extension if you want to
/* Mohammad Mahdi Tayebi
*
* To apply transparent sidebar. copy this file into ~/.config/gtk-4.0/gtk.css and if
* you use adw-gtk3 theme you can add it to ~/.config/gtk-3.0/gtk.css as well
*
* Use blur my shell extension to add blur effect behind the transparent part of windows
*/
/* Transparent Sidebar */
window {

Quick technical and workflow writeup about some Stage Flight 3.14 stuff I've worked on. I only had time to touch on the Moonglow set for this iteration of SF.

Video Editing

image

MDMX Tooling

I ended up developing tools to help control MDMX from Davinci Resolve.

@bmcbm
bmcbm / setup-nvdia-suspend.sh
Last active July 28, 2026 21:18
NVIDIA Suspend fix
# Use systemd for managing NVIDIA driver suspend in drivers ====>>> PRIOR to version 470 <<<=====
# https://download.nvidia.com/XFree86/Linux-x86_64/450.66/README/powermanagement.html
# https://forums.developer.nvidia.com/t/unable-to-set-nvidia-kernel-module-parameters/161306
# Please note: In Fedora Linux you may need to just install the xorg-x11-drv-nvidia-power pakage
# as sugested by @goombah88 in the comments below.
TMP_PATH=/var/tmp
TMPL_PATH=/usr/share/doc/nvidia-driver-460/
echo "options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=${TMP_PATH}" | sudo tee /etc/modprobe.d/nvidia-power-management.conf
@Ircama
Ircama / LgMagicRemoteKeys.md
Last active July 28, 2026 21:16
Replacing Netflix and Amazon keys of the webOS LG TV LG Magic Remote with other apps

Replacing Netflix and Amazon keys of the webOS LG TV LG Magic Remote with other apps

This procedure allows substituting one or both Netflix and Amazon keys of the Magic Remote Control Unit with other apps or TV control menus of the webOS LG TV.

Netflix and Amazon keys can be found just over the Red-Green-Yellow-Blue color buttons of such remote.

Assumption for this procedure is that you accept to uninstall the apps related to the keys to be substituted. Example: if you want to replace the Netflix key, you need to uninstall Netflix (possibly, you are not using Netflix if you do not need such key).

To uninstall Netflix or Amazon Prime, press the Home key of the Magic Remote, select the "LG Content Store" app, press "APP" at the top of the screen, press "My Apps", press the "Rem

@iamsonal
iamsonal / package.xml
Created December 15, 2018 00:51
Package.xml to retrieve all metadata from salesforce org
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ActionLinkGroupTemplate</name>
</types>
<types>
<members>*</members>
<name>AnalyticSnapshot</name>
</types>
@thevibemarketershq
thevibemarketershq / content-atomizer-SKILL.md
Last active July 28, 2026 21:13
Content Atomizer - Claude skill for repurposing content across platforms

Content Atomizer (Claude Skill)

Transforms one piece of content into platform-optimized assets across LinkedIn, Twitter/X, Instagram, TikTok, YouTube, Threads, Bluesky, and Reddit.

What's inside

  • SKILL.md — the skill definition (v7.0): format specs, hook formulas, algorithm signals, brand-memory integration, and creator-tested patterns for each platform.
  • references-platform-playbook.md — deep-dive reference: per-platform algorithm mechanics, carousel strategy, creator examples. Belongs in a references/ subfolder in the actual skill (gist doesn't support subfolders, so it's flattened here — move it back on install, see below).

Use case